home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 1.iso / dist / fw_curl.idb / usr / freeware / catman / p_man / cat3 / curl_multi_remove_handle.Z / curl_multi_remove_handle
Text File  |  2002-07-08  |  1KB  |  34 lines

  1. curl_multi_remove_handle(3)libcurl Manuaclurl_multi_remove_handle(3)
  2.  
  3.  
  4.  
  5. NNAAMMEE
  6.        curl_multi_remove_handle     -  add    an easy    handle to a multi
  7.        session
  8.  
  9. SSYYNNOOPPSSIISS
  10.        #include    <curl/curl.h>
  11.  
  12.        CURLMcode  curl_multi_remove_handle(CURLM   *multi_handle,
  13.        CURL *easy_handle);
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        Removes    a  given  easy_handle from the multi_handle. This
  17.        will make the specified easy handle be removed  from  this
  18.        multi handle's control.
  19.  
  20.        When  the easy handle has been removed from a multi stack,
  21.        it is again perfectly legal to invoke  _c_u_r_l___e_a_s_y___p_e_r_f_o_r_m_(_)
  22.        on this easy handle.
  23.  
  24. RREETTUURRNN VVAALLUUEE
  25.        CURLMcode  type,     general  libcurl  multi  interface error
  26.        code.
  27.  
  28. SSEEEE AALLSSOO
  29.        ccuurrll__mmuullttii__cclleeaannuupp(3),ccuurrll__mmuullttii__iinniitt(3)
  30.  
  31.  
  32.  
  33. libcurl    7.9.5           6 March 2002curl_multi_remove_handle(3)
  34.